gauge_rr_anova_table Derived Type

type, public :: gauge_rr_anova_table

The analysis of variance table underlying a gauge R&R study. Terms that do not appear in the study design are zeroed.


Components

Type Visibility Attributes Name Initial
type(anova_factor), public :: operator

The operator term.

type(anova_factor), public :: operator_by_part

The operator-by-part interaction.

real(kind=real64), public :: overall_mean

The mean of all of the measurements.

type(anova_factor), public :: part

The part term. In a nested study this term describes the parts within the operators.

type(anova_factor), public :: residual

The residual, or repeatability, term.

type(anova_factor), public :: third_factor

The third factor term of an expanded study.

type(anova_factor), public :: third_factor_by_operator

The third-factor-by-operator interaction of an expanded study.

type(anova_factor), public :: third_factor_by_part

The third-factor-by-part interaction of an expanded study.

type(anova_factor), public :: three_way

The three-way interaction of an expanded study.

real(kind=real64), public :: total_dof

The total number of degrees of freedom.

real(kind=real64), public :: total_sum_of_squares

The total sum of squares.